PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableColumn Class / PDFFlowTableColumn Constructor / PDFFlowTableColumn Constructor(double,PDFGraphicAlign,PDFGraphicAlign,PDFBrush)
Column width.
Horizontal align for cells in the column
Vertical align for cells in the column
Background for cells in the column.
In This Topic
    PDFFlowTableColumn Constructor(double,PDFGraphicAlign,PDFGraphicAlign,PDFBrush)
    In This Topic
    Initializes a new PDFFlowTableColumn object.
    Syntax

    Parameters

    width
    Column width.
    horizontalAlign
    Horizontal align for cells in the column
    verticalAlign
    Vertical align for cells in the column
    background
    Background for cells in the column.
    See Also